ComponentOne Xamarin.iOS
AsPlain Method


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CollectionView<T> Class : AsPlain Method
Returns a ICollectionView<T> whose group items are inline with the data items. Otherwise the collection return the first level of groups and its items must be get from each of the group items.
Syntax
'Declaration
 
Public Function AsPlain() As ICollectionView(Of Object)
'Usage
 
Dim instance As C1CollectionView(Of T)
Dim value As ICollectionView(Of Object)
 
value = instance.AsPlain()
public ICollectionView<object> AsPlain()
See Also

Reference

C1CollectionView<T> Class
C1CollectionView<T> Members